home *** CD-ROM | disk | FTP | other *** search
- #ifndef __THREADUTIL__
- #include <ThreadUtil.h>
- #endif
-
- #ifndef __QDOFFSCREEN__
- #include <QDOffscreen.h>
- #endif
-
- /***********************************************************************************
- **
- ** Used in the event loop (events.c)
- */
- extern short gDone;
- extern short gInBackground;
-
-
- /***********************************************************************************
- **
- ** App specific globals
- */
- extern philoRecord gPhilosophizer[kNumOfPhilosophizers];
- extern CIconHandle gNoForkIcon, gLeftForkIcon, gBothForksIcon;
- extern SimpleSemaphorePtr gForks[kNumOfPhilosophizers];
- extern GWorldPtr gOffscreenWorld;
-
-